Scenario: Place multiple bets
Given I have arrived on the website09s 683ms
When I place "4" bets02s 793ms
Then the betslip should appear428ms
Scenario: User browses through available sports
Given I have arrived on the website11s 398ms
When I select a sport314ms
Then the sport should be displayed05s 851ms
Then the sport odds should be displayed on the screen30s 034msjava.lang.AssertionError: No sporting odds were found
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at sky.cucumber.stepDefinitions.HomePageStepDefinitions.the_sport_odds_should_be_displayed_on_the_screen(HomePageStepDefinitions.java:60)
at ✽.Then the sport odds should be displayed on the screen(SkySportNavigation.feature:11)
Screenshot 1
Screenshot 2
Scenario: Display login options
Given I have arrived on the website06s 180ms
When I select to login230ms
Then I should see the login options02s 101ms